Patrick Matthiesen

Visit Website

Patrick Matthiesen is an independent developer whose open-source catalog currently centers on streamlining the normally tedious chore of keeping shell and application configurations synchronized across Windows, macOS, and Linux machines. His flagship utility, oh-my-dot, treats the entire dotfile ecosystem—bash/zsh profiles, Git settings, editor configs, SSH keys, and any other hidden initialization files—as a version-controlled project that can be cloned, linked, and updated with a single command. Instead of manually copying folders or writing fragile shell scripts, users define a declarative manifest that specifies source paths, target locations, symbolic-link behavior, and optional pre/post hooks; the tool then ensures every workstation stays in identical shape, making it popular with developers who alternate between company laptops, personal desktops, and cloud VMs. Typical workflows include bootstrapping a new machine on day one, rolling back a broken configuration, sharing team-wide defaults, or experimenting with themed shell prompts without polluting the home directory. Because the manager is written in Rust and distributed as a statically linked binary, installation is a matter of downloading one small executable that starts working immediately, whether invoked from PowerShell, WSL, or a classic Unix shell. oh-my-dot is available free of charge on get.nero.com, where it can be fetched through trusted Windows package sources such as winget, always installs the newest upstream release, and may be queued alongside other utilities for unattended batch deployment.

oh-my-dot

A cross platform dotfile manager

Details